home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 February: Tool Chest / Dev.CD Feb 94.toast / New System Software Extensions / ColorSync™ 1.0.3 / ColorSync™ Goodies / ProfileMaker readme < prev    next >
Encoding:
Text File  |  1993-07-19  |  3.1 KB  |  58 lines  |  [TEXT/ttxt]

  1.  
  2. Welcome to ProfileMaker 1.0.3!
  3.  
  4. This version of the profile maker contains bug fixes and some enhancements.
  5.  
  6. ProfileMaker requires System 7.0 or greater.  
  7.  
  8. Below are the known bugs that existed in the previous version of ProfileMaker that have been fixed in the current version:
  9.  
  10. 1.  When you opened the data fork of a profile created before, a byte of value $00 was automatically added into the additional data field, and custom data  of the profile would be lost.  
  11.    
  12. 2.  Custom Data offset was set to the end of the profile rather than to where the custom data actually started.  
  13.   
  14. 3.  When you created a new profile, the size, profileNameOffset and customDataOffset popUp buttons  were set to "AutoCalc" causing the value of these fields to be calculated automatically.  However, if you loaded an existing profile from a file,  the pop up menu items of these fields were set to the data read from the profile.  Now when you load a profile, the pop up menu items to set the size, profileNameOffset, and customDataOffset are set to "AutoCalc".
  15.  
  16. 4.  Using the pop up menu item to set a profile field whose type was OSType would cause the system to crash.  This was discovered after the previous Profile Maker version was released. This is now fixed.
  17.  
  18. 5.  If you loaded a profile that contained n response elements, and then loaded a profile that contained m response elements, with m being less than n, the first m response elements would be loaded, but the rest of the response elements would not be cleared.
  19.  
  20. The following behavior is a feature and not a bug:
  21.  
  22. 1.  If the profile name size (including the length byte) is odd, a $00 byte is appended to that the custom data starts on a word boundary.
  23.  
  24. Enhancements:
  25.  
  26. A new feature has been added to the profile maker that allows the user to read in TRC curve data directly from the text file.
  27. The format of the text file must be as follows:
  28.   
  29. The first entry must be the device type.
  30. The device type may be 'Monitor' or 'Printer'.  The program is not case sensitive.
  31. Following the device type the colorants must be entered.  There must be at least one whitespace such as a tab or a <CR> following the device type and following each colorant.  
  32. If the device type is Monitor, the program will expect the X Y and Z colorant values for Red, Green, and Blue.
  33. If the device type is Printer, the program will expect the X Y and Z colorant values for White,  Black,  Red,  Green,  Blue, Cyan, Magenta, and Yellow in that order.
  34.  
  35. Following the colorant values the user should specify the number of entries in the TRC table.  The number of entries count must be tab separated from the last colorant value.
  36. The program assumes that if device type is Monitor, that TRC data will be entered for Red, Green and Blue; and if the device type is Printer, that TRC data will be entered for Black, Cyan Magenta and Yellow.
  37.  
  38. Important:
  39. After the last TRC entry has been entered in the text file, there must be a white space character.
  40.  
  41. The following is an example text file.  The <CR> represents a physical <CR> the user must add.
  42.  
  43. Monitor
  44. 99.4    100.2  89.8
  45. 92.4    96.5     93.4
  46. 94.5    98.2    94.7
  47.     5
  48. 0    0    0
  49. .1    .1    .1
  50. .3    .3    3
  51. .5    .5    .5
  52. .7    .7    .7
  53. .9    .9    .9    <CR>
  54.  
  55.  
  56.   
  57.   
  58.